From 27a027b5448253a14fde1452dc7b3747c7d21d5b Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Sat, 27 Aug 2005 19:45:22 +0000 Subject: [PATCH] s/INSCAPE/INKSCAPE/ --- ChangeLog | 4 ++++ docs/graphics/Makefile.am | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 557ee6e..bb49a9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-08-27 Øyvind Kolås + + * docs/graphics/Makefile.am: s/INSCAPE/INKSCAPE/ + 2005-08-27 Sven Neumann * configure.ac diff --git a/docs/graphics/Makefile.am b/docs/graphics/Makefile.am index 57b6403..d4d9719 100644 --- a/docs/graphics/Makefile.am +++ b/docs/graphics/Makefile.am @@ -25,13 +25,13 @@ if HAVE_INKSCAPE dist-check-inkscape: %.png: %.svg - $(INSCAPE) -e $@ $< + $(INKSCAPE) -e $@ $< # the png version of the a4 poster is used as a webgraphic # , thus it is rendered with the background alpha set to # 0.0 babl-a4poster.png: babl-a4poster.svg - $(INSCAPE) -e $@ $< -w 256 -y 0 + $(INKSCAPE) -e $@ $< -w 256 -y 0 else dist-check-inkscape: @echo "*** inkscape must be available in order to make dist" -- 2.30.2